*{margin: 0px;padding: 0px;}
body{background:#ffffff;background-image:url();background-repeat:repeat-x;background-position:0px 0px;margin:0px;padding:0px;text-decoration:none;font-size: 12px;font-variant:normal;font-family: "微软雅黑";}/*为部分带全站背景图准备可以将背景图或背景色部分删除掉*/
a:link,a:visited,a:hover,a:active{text-decoration:none;}
a{text-decoration: none;}
li{list-style-type:none;}
img{border:0px;display: block;}
ul,ol{list-style-type: none;list-style-image: none;}
/*清除浮动*/
.clear{clear:both;}

.main{
	width: 1200px;
	margin:0 auto;
}
.head{
	width: 100%;
	height:140px;
	overflow: hidden;
	background: #1e558d;
}
.head .name{
	float: left;
	margin-top: 35px;
}
.head .name p{
	font-size: 32px;
	color:#fff;
	font-weight: bold;
}
.head .name span{
	color:#fff;
	font-size: 18px;
}
.head .tel{
	float: right;
	margin-top: 35px;
}
.head .tel img{
	float: left;
	margin-top:10px;
}
.head .tel div{
	float: left;
	margin-left: 5px;
}
.head .tel p{
	font-size: 14px;
	color:#000000;
}
.head .tel span{
	font-size: 26px;
	color:#b10808;
	font-weight: bold;
	display: block;
	line-height: 22px;
}
.nav{
	width: 100%;
	height: 50px;
	background: #ffffff;
}
.nav ul {
	width: 1140px;
	height: 50px;
	margin:0 auto;
}
.nav ul li{
	float: left;
	height: 50px;
	line-height: 50px;
	width: 189px;
	text-align: center;
	transition: 0.5s;
}
.nav ul li a {
	font-size: 16px;
	color:#1a1a1a;
}
.nav ul li:hover{
	box-shadow: 0px -5px 0px 0px #2c6ba9 inset;
}
.banner{ 
	width:100%;
	margin:0 auto; 
	overflow:hidden; 
	position:relative; 
	height: 400px;
 
}
#slideBox{
	height: 500px!important;
	overflow: hidden!important;
}
#slideBox .bd ul li img{
	height: 500px!important;
}
.banner .hd{
 height:15px; 
 overflow:hidden; 
 position:absolute; 
 left:45%; 
 bottom:10px; 
 z-index:1; 
}
.banner .hd ul{
 overflow:hidden; 
 zoom:1; 
 float:left; 

}
.banner .hd ul li{
 float:left; 
 margin-right:25px;  
 width:50px; 
 height:10px; 
 line-height:14px; 
 text-align:center; 
 cursor:pointer;
 border: 1px solid #333;
 
}
.banner .hd ul li.on{
 background:#1868ca; 
 border: 1px solid #1868ca;
}
.banner .bd{
 position:relative; 
 height:100%;
  z-index:0; 
  width: 100%; 
}
.banner .bd li{
 zoom:1; 
 vertical-align:middle; 
}
.banner .bd img{
	width:100%; 
	display:block; 
}
.banner .prev,
.banner .next{
 position:absolute; 
 left:3%; 
 top:50%;
 margin-top:-3%;
 display:block; 
 width:32px;
 height:40px;  
 filter:alpha(opacity=50);opacity:0.5;   
}
.banner .next{
 left:auto; right:3%; 
 background-position:8px 5px; 
}
.banner .next {
	font-size: 
	58px;color:#fff;
}
.banner .prev{
	font-size: 
	58px;color:#fff;
}
.banner .prev:hover,
.banner .next:hover{
	filter:alpha(opacity=100);opacity:1;  
}
.banner .prevStop{ 
	display:none;  
}
.banner .nextStop{ display:none;  
}
.product{
	width: 100%;
	height:790px;
	overflow: hidden;
	background: #eee;
}
.title{
	width: 350px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
}
.title span{
	display: block;
	font-size: 24px;
	color:#808080;
	font-weight: bold;
	text-align: center;
}
.title p{
	/*width:205px;*/
	margin:0 auto;
	border-top:2px solid #2c6ba9;
	margin-top: 5px;
	font-size: 24px;
	color:#1a1a1a;
	text-align: center;
}
.product .title{
	margin-top: 30px;
}
.product .list{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #666666;
	margin-top: 30px;
}
.product .list ul{
	width: 1200px;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	 
}
.product .list ul li{
	display:inline-block;
	width: 200px;
	height: 30px;
	border-bottom: 2px solid #2c6ba9;
	text-align: center;
	margin-left: 40px;
}
.product .list ul li a{
	font-size: 16px;
	color:#1a1a1a;

}
.product .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.product .pic ul{
	margin-left: -10px;
 
	height: auto;
	overflow: hidden;
}
.product .pic ul li{
	float: left;
	width: 292px;
	height: 240px;
	margin-left:10px;
	margin-top: 15px;
}
.product .pic ul li img{
	width: 292px;
	height:200px;
	

}
.product .pic ul li p{
	line-height: 40px;
	text-align: center;
	width: 292px;
	height: 40px;
	background: #fff;
	color:#1a1a1a;
	font-size: 15px;
}
.product  .more{
	width: 130px;
	height: 40px;
	background: #1e558d;
	display: block;
	margin:0 auto;
	color:#fff;
	font-size: 16px;
	line-height:40px;
	padding-left:40px;
	margin-top: 30px;
}
.product  .more img{
	float:right;
	margin-right: 35px;
	margin-top: 10px;
}
.about{
	width: 100%;
	height: 350px;
	overflow: hidden;
	margin-top: 30px;
	background: #1e558d;
	float: left;
}
 
.about .title {
	margin-top:10px;
}
.about .title  p{
	color:#fff;
}
.about .pic{
	float: left;
	width: 292px;
	height: 200px;
	margin-top: 20px;
}
.about .pic img{
	width: 292px;
	height: 200px;
}
.about .info{
	width: 700px;
	float:left;
	margin-left: 50px;
	margin-top: 20px;
	position:relative;
	height: 200px;
}
.about .info p{
	color:#fff;
	font-size: 16px;
	text-indent: 1em;

}
.about .info .more{
	width: 130px;
	height: 40px;
	background: #fff;
	display: block;
	color:#1e558d;
	font-size: 16px;
	line-height:40px;
	padding-left:40px;
	margin-top: 30px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.about .info .more img{
	float:right;
	margin-right: 35px;
	margin-top: 10px;
}
.news{
	width: 100%;
	height:310px;
	overflow: hidden;
	margin-top: 30px;
	float: left;
}
.news ul{
	margin-top: 10px;
}
.news ul li{
	width: 556px;
	height: 40px;
	margin-top:10px;
	float: left;
}
.news ul li p{
	font-size: 26px;
	width: 40px;
	height: 40px;
	background: #b3b3b3;
	color:#fff;
	float: left;
	font-weight: bold;
	text-align: center;

}
.news ul li a{
	display: block;
	float: left;
	line-height: 40px;
	color:#1a1a1a;
	margin-left: 25px;
	font-size: 16px;
	width: 370px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news ul li span{
	float: right;
	line-height: 40px;
	color:#666;
	font-size: 13px;
}
.news ul li:nth-child(2n){
	float: right;
}
.contact{
	width: 100%;
	height: 400px;
	overflow: hidden;
	margin-top: 30px;
	float: left;
	background: #1e558d;
}
.contact .title{
	margin-top: 35px;
}
.contact .title p{
	border-top:2px solid #369aff;
	color:#fff;
}
.contact ul {
	margin-left:-20px;
	margin-top: 30px;
}
.contact ul li{
	float: left;
	width: 223px;
	height: 224px;
	margin-left:20px;
	background: #fff;
}
.contact ul li img{
	margin:0 auto;
	margin-top: 20px;
	height: 65px;
}
.contact ul li p{
	width: 122px;
	margin:0 auto;
	text-align: center;
	font-size: 16px;
	color:#1a1a1a;
	border-top:2px solid #1e558d;
	margin-top:32px;
	padding-top: 20px;
	font-weight: bold;
}
.contact ul li  span{
	display: block;
	text-align: center;
	color:#1a1a1a;
	font-size: 16px;
	margin-top: 20px;
}
.footer{
	width: 100%;
	height: 300px;
	background: #282828;
	float: left;
	margin-top: 30px;
	position: relative;
}
.footer .left{
	float: left;
	margin-left: 110px;
	margin-top: 20px;
	width:600px;
}
.footer .links{
	width: 700px;
	height: 60px;
 


}
.footer .links .tit{
	width: 105px;
	height:60px;
	background: url(../images/title.png)no-repeat;
	float: left;
}
.footer .links .tit p{
	font-size: 16px;
	color:#fff;
	float: right;
	margin-top: 7px;
}
.footer .links  ul{

	width: 720px;
 
	height: 35px;
}
.footer .links  ul li{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 25px;

}
.footer .links  ul li a{
	color:#fff;
	font-size: 13px;

}
.footer .info{
	margin-top: 30px;
}
.footer .info h4{
	font-size: 14px;
	color:#fff;
}
.footer .info p,.footer .info a{
	font-size: 14px;
	color:#ffffff;
	margin-top: 10px;
	line-height: 22px;
}
.footer  .ewm{
	float: left;
	width: 120px;
	height: 150px;
	margin-left:200px;
	margin-top:53px;
}
.footer  .ewm img{
	width: 120px;
	height: 120px;
	margin-top:3px;
}
.footer  .ewm p{
	width: 120px;
	height: 20px;
	line-height: 20px;
	background: #fff;
	color:#1a1a1a;
	text-align: center;
}
.footer .copyright{
	width: 100%;
	height: 40px;
	background: #cccccc;
	position: absolute;
	bottom: 0;
}
.footer .copyright p{
	text-align: center;
	line-height: 40px;
	color:#1a1a1a;
	font-size: 12px;
}
.footer .copyright p img{
	display:inline;
}
.footer .copyright  a{
	color:#1a1a1a;
}

.content{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.content .list{
	width: 200px;
	height:580px;
	background: #4392e0;
	overflow:hidden;
	float: left;
	position: relative;
}
.content .list .tit{
	width: 200px;
	height: 92px;
	background: url(../images/bg01.png)no-repeat;
	float: left;
}
.content .list .tit p{
	font-size: 24px;
	text-align: center;
	margin-top: 25px;
	color:#fff;
}
.content .list > ul{
	width: 178px;
	height:auto;
	margin:0 auto;
	float: left;
	margin-left: 11px;
}
.content .list > ul >li{
	width: 178px;
	height: 38px;
	background: #4392e0;
	text-align:center;
	line-height: 38px;
	box-shadow:3px 2px 6px 0px #2b5e90;
	margin-top: 15px;
	transition: 0.5s;

}
.content .list > ul >li > a{
	color:#fff;
	font-size: 16px;
	display: block;
}
.content .list .tel{
	position: absolute;
	bottom: 60px;
	left: 10px;
}
.content .picBox{
	width: 985px;
	float: right;
}
.content .picBox .title{
	width: 100%;
	height: 27px;
	border-bottom: 2px solid #1e558d;
}
.content .picBox .title div{
	height:29px;
	background: #fff;
	float: left;
	padding-right: 10px;
}
.content .picBox .title div p{
	font-size: 24px;
	color:#1a1a1a;
	float: left;
	border-top: 0px;
	width: auto;
}
.content .picBox .title div span{
	font-size: 16px;
	color:#1a5a9b;
	margin-left: 5px;
	margin-top: 10px;
	float: left;
}
.content .picBox .title  p{
	float: right;
	line-height: 10px;
	color:#1a1a1a;
	font-size: 14px;
	border-top: 0px;
}
.content .picBox .title  p a{
	display: inline-block;
	color:#1a1a1a;
}
.content .picBox >ul{
	margin-left: -12px;
}
.content .picBox >ul > li{
	float: left;
	width: 292px;
	height: 240px;
	margin-left: 12px;
	margin-top: 15px;
}
.content .picBox >ul > li img{
	width: 292px;
	height: 200px;
}
.content .picBox >ul > li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	color:#1a1a1a;
	background: #fff
}

/* 内页 */
.page{
    margin-top: 20px;
    text-align: center;
    width: 100%;
    clear: both;
}
.page li{
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #ddd;
    padding:2px 5px
}
.page .current,.page li:hover{
    background: #246bb3;
    font-weight: bold;
}
.page .current a,.page li:hover a{
    color:#fff
}
.article{
    font-size: 14px;
    text-indent: 2em;
    line-height: 24px;
    margin-top: 15px;
}
.article img{
    display: block;
    margin: 0 auto;
    max-width: 100%
}
.article_title{
    margin:15px 0;
    width: 100%;
    text-align: center;
}
.article_title h3{
    font-size: 18px;
    color:#000;
    margin-bottom: 10px
}
.article_title span{
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    color:#999
}

.article_title span a{
    color:#999
}

.news_article {
    margin-top: 15px;
}
.news_article ul li{
	width: 100%;
	overflow: hidden;
}
.news_article ul li span{
    float: right;
    font-size: 12px;
}
.news_article ul li a{
    float: left;
        color: #333;
}
.news_article ul li{
    font-size: 16px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.left{
	width: 200px;
	float: left;
	overflow: hidden;
}
/* 资讯 */
.zixun{
	float: left;
}
.zixun h4{
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #4392e0;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    margin-top: 10px;
    width:200px;
}
.zixun{
    overflow: hidden;
    margin-bottom: 20px;
}
.zixun li{
    font-size: 14px;
    border-bottom: 1px dashed #000;
    padding-bottom: 5px;
    margin-top: 10px
}
.zixun li a{
    color: #000;
}
.zixun li a:hover{
    color: #cd1e1e;
}